PAUSE SOUND

This command will pause the specified Sound Number whilst it is playing.

  Syntax
PAUSE SOUND Sound Number
  Parameters
Sound Number
Integer
The sound number to pause

  Returns

This command does not return a value.

  Example Code
cls
load sound "man.wav",1
play sound 1
wait 1000*8
pause sound 1
do
loop
end
  See also

SOUND Commands Menu
Index